home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 12153 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: news1.sprynet.com!news
  2. From: 76003.3021@compuserve.com (Bill Mageors)
  3. Newsgroups: comp.lang.basic.misc,comp.lang.basic.visual.misc,comp.lang.c,comp.lang.c++,comp.os.ms-windows.apps.comm,comp.os.ms-windows.apps.word-proc,comp.os.ms-windows.programmer.misc,comp.os.ms-windows.programmer.tools.mfc,comp.windows.misc
  4. Subject: Re: Help finding contents of current directory.
  5. Date: 18 Mar 1996 16:31:21 GMT
  6. Organization: CompuServe International
  7. Message-ID: <4ik34p$gdn@juliana.sprynet.com>
  8. References: <4ho68l$qhi@ruby.digisys.net> <4hrjt1$jpr@news.microsoft.com> <3149D3CC.7D67@gate.net>
  9. NNTP-Posting-Host: dd75-026.compuserve.com
  10. X-Newsreader: WinVN 0.99.3
  11.  
  12. In article <3149D3CC.7D67@gate.net>, hollon@gate.net says...
  13.  
  14. >I am trying to get a listing of the files in the current directory. I realize I 
  15. >will have to use 
  16. >stat to determin wether it is a file or a directory.  But how do I find out what
  17.  
  18. Simply.. just drop to a dos prompt and use command cd\windows or what ever 
  19. the name of the directory is then the "dir" command to list files and sub 
  20. directorys or dir/p to pause every 24 lines.
  21.  
  22. -- 
  23. Bill Mageors
  24. 76003.3021@compuserve.com
  25.  
  26.